The H5T_EQUAL function determines whether two datatype identifiers refer to the same datatype.
Result = H5T_EQUAL(Datatype_id1, Datatype_id2)
Returns 1 if the identifiers refer to the same datatype and 0 if they do not.
An integer representing the first datatype identifier.
An integer representing the second datatype identifier.
None
5.6 |
Introduced |